@charset "utf-8";
/*初始化*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, em, button {
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}

a {

 outline: none;
}

img {
    border: 0;
}

em, strong, th, i {
    font-style: normal;
}

input, textarea, select, option {
    outline: none;
    color: #a8a8a8;
    font-size: 12px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
	
}



embed, object {
    margin: 0;
    vertical-align: top;
}

button {
    overflow: visible
}

/*通用*/

.clearb {
    clear: both;
    padding: 0px;
    margin: 0px;
    height: 0%;
    font-size: 0px;
    overflow: hidden;
    line-height: 0;
}
.clearb:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
a {
    text-decoration: none;
    color: #666666;
     font-family: Microsoft Yahei, Georgia;
    font-size: 14px;
}

a:hover {
    color: #666666;
    text-decoration: underline;
}


.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

/*头部*/
.top{
	width: 100%;
	height:125px;
	z-index:99;
	position:fixed;
	}

.topa {
    width: 100%;
    min-width: 1038px;
    width: expression(this.offsetWidth < 1038 ? '1038px': true);
    height: 20px;
    background: #111111;


}
.topa ul{
	width:1038px;
	margin:0 auto;
	
	}

.topaleft {
	
	float:left;

}
.topaleft a{
	font-weight:bolder;
	color:#fff;
	font-size:12px;
	text-decoration: none;


}


.toparight {
	float:right;

}

.toparight a{
color:#fff;
text-decoration: none;
font-size:12px;

}


.topb {
    width: 100%;
    min-width: 1038px;
    width: expression(this.offsetWidth < 1038 ? '1038px': true);
    height: 105px;
    background: #b12025;
	z-index:99;


}
.topb ul{
	width:1038px;
	margin:0 auto;
	
	}

.logo{
	
	width: 260px;
    height: 105px;
    float: left;
 
 
	}

.tel{

	width: 778px;
    float: right;
  
	}
.tels{
	width:560px;
	height:50px;
	float:right;}
.telx{
	height:55px;
	width:775px;
	float:right}
.texta{
	color:#fff;
	float:right;
	margin:10px 0 0 0;
	font-size:14px;}
.textb{
	color:#fff;
	float:right;
	font-size:22px;}

.telx ul{
	float: right;
    margin-top: 25px;
    text-align: right;
    width: 740px;}

.telx li {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
    position: relative;
}
.telx li a {
    color: #FFFFFF;
    font-size: 15px;
	text-decoration:none;
}
.telx li.on a {
    color: #EDC21D;
}
.telx li div {
    background: none repeat scroll 0 0 #333333;
    display: none;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 20px;
    width: 80px;
}
.telx li div a {
    font-size: 12px;
    padding: 10px;
}














/*尾部*/
.footerbt {
    width: 100%;
    min-width: 1200px;
    width: expression(this.offsetWidth < 1038 ? '1038px': true);
    height: 53px;
    background: #3d3d3d;
    color: #939393;
}

.footerbtb {
    width: 1038px;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
}

.footerbtb img {
    width: auto;
    height: 53px;
}

.footer {
    width: 100%;
    min-width: 1038px;
    width: expression(this.offsetWidth < 1038 ? '1038px': true);
    height: auto;
    background: #262626;
    color: #939393;
}

.footer a {
    color: #939393;
}

.footera {
    width: 100%;
    min-width: 1038px;
    width: expression(this.offsetWidth < 1038 ? '1038px': true);
    height: auto;
    padding: 30px 0px 30px 0px;
    border-bottom: #363636 1px solid;
}

.ftabox {
    width: 1038px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.ftboxl {
    width: 200px;
    height: auto;
    float: left;

    overflow: hidden
}

.ftboxl dt {
    width: 100%;
    height: 38px;
    border-bottom: #b12025 1px solid;
    overflow: hidden;
}

.ftboxl dt span {
    display: inline-block;
    float: left;
    width: 240px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    overflow: hidden
}

.ftboxl dt i {
    display: inline-block;
    float: right;
    width: 22px;
    height: 38px;
    line-height: 38px;
    overflow: hidden
}

.ftboxl dd {
    width: 100%;
    height: auto;
    line-height: 180%;
    padding-top: 10px;
    overflow: hidden;
	font-size:14px;
}
.ftboxl dd p{
	
	font-size:14px;
	}

.ftboxr {
    width: 750px;
    height: auto;
    float: right;
    overflow: hidden
}

.ftboxr dl {
    width: 125px;
    height: auto;
    float: left;
    overflow: hidden
}

.ftboxr dt {
    width: 100%;
    height: 38px;
    border-bottom: #b12025 1px solid;
    overflow: hidden;
}

.ftboxr dt span {
    display: inline-block;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    overflow: hidden
}

.ftboxr dt i {
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    overflow: hidden
}

.ftboxr dd {
    width: 100%;
    height: auto;
    line-height: 180%;
    padding-top: 10px;
    overflow: hidden
}

.fxzcj {
    width: 878px;
    height: auto;
    overflow: hidden
}

.fxzcjbt {
    width: 100%;
    height: 38px;
    border-bottom: #b12025 1px solid;
    margin-bottom: 10px;
    overflow: hidden
}

.fxzcjbt span {
    display: inline-block;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    overflow: hidden
}

.fxzcjbt i {
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    overflow: hidden
}

.fxzcj ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.fxzcj li {
    width: 132px;
    height: 22px;
    line-height: 22px;
    float: left;
    margin-left: 10px;
    overflow: hidden
}

.footerb {
    width: 1038px;
    height: auto;
    padding: 10px 0px 20px 0px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}


.footerc {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 10px;
    text-align: left;
    width: 1038px;
}
.footerc i {
    width: 112px;
    display: block;
    float: left;
    font-size: 16px;
    overflow: hidden;
}

.footerc ul {
    float: right;
    width: 920px;
}

.footerc li {
    display: inline;
    width: auto;
    height: auto;
    line-height: 22px;
    float: left;
    margin-left: 12px;
    margin-bottom: 5px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.footerc li a {
    word-wrap: break-word;
    word-break: break-all;
}






















.rtbak {
    background: none repeat scroll 0 0 #3d3d3d;
    border-left: 1px solid #555555;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 999;
}

.rtboxa {
    border-bottom: 1px solid #555555;
    color: #A6A6A6;
    height: auto;
    left: 0;
    position: absolute;
    top: 50px;
    width: 49px;
}
.rtboxa a {
    color: #A6A6A6;
}
.rtboxa a {
    color: #A6A6A6;
    text-decoration: none;
}
.rtboxa dl {
    border-top: 1px solid #555555;
    height: auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 49px;
}
.rtboxa dt {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 22px;
}
.rtboxa .rljxzp {
    background: url("../images/img1.png") repeat scroll -39px 0 transparent;
    display: block;
    height: 30px;
    margin-bottom: 10px;
    width: 22px;
}
.rtboxa .rtqqp {
    background: url("../images/img1.png") repeat scroll -68px 0 transparent;
    display: block;
    height: 22px;
    margin-bottom: 10px;
    width: 22px;
}
.rtboxa dd {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-align: center;
    top: 0;
    width: 310px;
}
.rtboxb {
    border-bottom: 1px solid #252525;
    border-top: 1px solid #252525;
    bottom: 50px;
    color: #A6A6A6;
    height: auto;
    left: 0;
    position: absolute;
    width: 49px;
}
.rtboxb dl {
    height: auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 49px;
}
.rtboxb dt {
    height: 49px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 49px;
}
.rtboxb .rtsina {
    background: url("../images/img1.png") repeat scroll -99px 0 transparent;
    display: block;
    height: 29px;
    margin: 10px auto 0;
    width: 33px;
}
.rtboxb .rttop {
    background: url("../images/img1.png") repeat scroll -99px -46px transparent;
    display: block;
    height: 29px;
    margin: 10px auto 0;
    width: 33px;
}
.rtboxb .rtrweiwin {
    background: url("../images/img1.png") repeat scroll 0 -91px transparent;
    bottom: 0;
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    width: 49px;
}
.rtboxb .rtrweiwins {
    background: url("../images/img1.png") repeat scroll -61px -91px transparent;
    bottom: -50px;
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    width: 49px;
}
.rtboxb .rtliuyan {
    background: url("../images/img1.png") repeat scroll 0 -153px transparent;
    bottom: 0;
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    width: 49px;
}
.rtboxb .rtliuyans {
    background: url("../images/img1.png") repeat scroll -61px -153px transparent;
    bottom: -50px;
    display: block;
    height: 49px;
    left: 0;
    position: absolute;
    width: 49px;
}
.rtboxb dd {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    display: none;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 49px;
    text-align: center;
    width: 310px;
    z-index: 9999;
}
.rwxtxt {
    height: auto;
    line-height: 180%;
    margin: 10px auto;
    text-align: left;
    width: 242px;
}
.rwxtxt img {
    height: auto;
    width: 242px;
}
.rlybox {
    height: auto;
    line-height: 180%;
    margin: 10px auto;
    text-align: left;
    width: 242px;
}
.rsubbt {
    border-bottom: 1px solid #D7D7D7;
    color: #4D4D4D;
    font-size: 16px;
    height: 35px;
    margin-bottom: 10px;
    width: 100%;
}
.rlybox p {
    margin-bottom: 10px;
}
.rlybox .rsubtxt {
    border: 1px solid #D7D7D7;
    height: 22px;
    line-height: 22px;
}
.rlybox .rsubarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D7D7D7;
    height: 128px;
    width: 230px;
}
.rsubtj {
    background: none repeat scroll 0 0 #B12025;
    border: 1px solid #D7D7D7;
    color: #FFFFFF;
    cursor: pointer;
    padding: 2px 5px;
    text-align: center;
}

/*bottom*/
.botbanner {
    height: auto;
    margin:10px auto;
    overflow: hidden;
    width: 1038px;
	margin-top:
}
.fticon {
    font-size: 11px;
    height: 25px;
     margin: 15px 0 15px 20px;
    overflow: hidden;
    padding: 0;
    width: 1038px;
}
.fticon li {
    background: url("../images/fticon.jpg") no-repeat scroll 0 0 transparent;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 13px;
    margin-right: 14px;
    padding-left: 30px;
}
.fticon li:hover {
    background: url("../images/fticon-on.jpg") no-repeat scroll 0 0 transparent;
    color: #F85454;
}
.fticon .icon1, .fticon .icon1:hover {
    background-position: left top;
}
.fticon .icon3, .fticon .icon3:hover {
    background-position: left -47px;
}
.fticon .icon4, .fticon .icon4:hover {
    background-position: left -72px;
}
.fticon .icon5, .fticon .icon5:hover {
    background-position: left -96px;
}
.fticon .icon6, .fticon .icon6:hover {
    background-position: left -120px;
}
.fticon .icon7, .fticon .icon7:hover {
    background-position: left -144px;
}
.fticon .icon8, .fticon .icon8:hover {
    background-position: left -168px;
}
.fticon .icon2, .fticon .icon2:hover {
    background-position: left -25px;
}
/*bottom*/
